projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
706aa93
)
colorswatch: Remove unused radius fields
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 25 Jul 2020 04:31:08 +0000
(
00:31
-0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 25 Jul 2020 15:57:37 +0000
(11:57 -0400)
The radius fields are never used.
gtk/gtkcolorswatch.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcolorswatch.c
b/gtk/gtkcolorswatch.c
index 475067a6b992ccf19b7ec6649b139b689439bcf0..63688eb4482605d0ab312bba0f1f537fb3be69d0 100644
(file)
--- a/
gtk/gtkcolorswatch.c
+++ b/
gtk/gtkcolorswatch.c
@@
-59,7
+59,6
@@
struct _GtkColorSwatch
GtkWidget parent_instance;
GdkRGBA color;
- double radius[4];
char *icon;
guint has_color : 1;
guint use_alpha : 1;